Fix another header guard oversight
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Dec 2014 00:34:23 +0000 (19:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 9 Dec 2014 00:34:23 +0000 (19:34 -0500)
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=741252

tests/variable.h

index 72466897dfae9e3a9c041405b311982a0abcaa02..cc7302299227d79adae1c28b0665e23c614925d7 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef __VARIABLE_H__
-#define __VARAIBLE_H__
+#define __VARIABLE_H__
 
 typedef struct
 {